Overview

Provide grace period remaining days

Summary

This request will provide grace period remaining days after calculating it tgrace period start date and current date

This Endpoint does not require any request argument

Response

The response will be an array containing remaining_days if grace period had started
Name Type Description
response Array Grace period remaining days if grace period had started else empty array

Response Example

{
    [
        'remaining_days' : 11
    ]
}